home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ToyWin = {
- ACTIONS = {
- windowWillClose:;
- print:;
- saveAsEPS:;
- windowDidMove:;
- fitScale:;
- saveAsTiff:;
- init:;
- reScale:;
- windowDidExpose:;
- setScale:;
- windowDidBecomeKey:;
- windowDidDeminiaturize:;
- windowWillMiniaturize:;
- };
- OUTLETS = {
- scaleText;
- scView;
- messagePanel;
- messageText;
- controller;
- scalePanel;
- thiswindow;
- commentText;
- };
- SUPERCLASS = Object;
- };
-